ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.MultiRow Assembly / C1.Web.Mvc.MultiRow Namespace / MultiRow<T> Class / DefaultColumnSize Property

In This Topic
    DefaultColumnSize Property (MultiRow<T>)
    In This Topic
    Gets or sets the default size of columns in the column collection.
    Syntax
    'Declaration
     
    Public Overridable Property DefaultColumnSize As Integer
    public virtual int DefaultColumnSize {get; set;}
    See Also